github.com/klauspost/compress/flate.huffmanBitWriter.bytes (field)
21 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L118: bytes [256 + 8]byte
huffman_bit_writer.go#L204: w.bytes[n] = byte(w.bits)
huffman_bit_writer.go#L215: w.write(w.bytes[:n])
huffman_bit_writer.go#L245: w.bytes[n] = byte(w.bits)
huffman_bit_writer.go#L251: w.write(w.bytes[:n])
huffman_bit_writer.go#L438: le.Store64(w.bytes[:], n, bits)
huffman_bit_writer.go#L446: w.write(w.bytes[:n])
huffman_bit_writer.go#L855: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L864: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L882: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L891: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L904: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L913: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L929: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L938: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L950: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L959: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1103: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L1116: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1132: le.Store64(w.bytes[:], nbytes, bits)
huffman_bit_writer.go#L1144: _, w.err = w.writer.Write(w.bytes[:nbytes])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |